Introduction

This page explains how to use Subversion to work on this wiki.

Note that this is not required to modify the contents in this wiki. While we recommend it for advanced users that expect to make many modifications to its information, you can still make changes through the web interface (using the "Edit" links that all articles have).

Checkout

To obtain a copy of the contents of this wiki run the following command:

svn checkout https://anonymous:@code.call-cc.org/svn/chicken-eggs/wiki

If you have an account for the CHICKEN Eggs repository, you can use it. In that case you'd leave the anonymous:@ portion out of the URL above:

svn checkout https://code.call-cc.org/svn/chicken-eggs/wiki